github.com/andybalholm/brotli/matchfinder.ZDFast.longTable (field)
12 uses
github.com/andybalholm/brotli/matchfinder (current package)
zdfast.go#L22: longTable [zdfastLongTableSize]tableEntry
zdfast.go#L28: z.longTable = [zdfastLongTableSize]tableEntry{}
zdfast.go#L49: for i := range z.longTable {
zdfast.go#L50: v := z.longTable[i].offset
zdfast.go#L56: z.longTable[i].offset = v
zdfast.go#L101: candidateL := z.longTable[nextHashL]
zdfast.go#L107: z.longTable[nextHashL] = entry
zdfast.go#L151: candidateL = z.longTable[nextHashL]
zdfast.go#L153: z.longTable[nextHashL] = tableEntry{offset: s + 1 + z.current, val: uint32(cv)}
zdfast.go#L206: z.longTable[z.hashLong(cv0)] = te0
zdfast.go#L207: z.longTable[z.hashLong(cv1)] = te1
zdfast.go#L228: z.longTable[nextHashL] = entry
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |